home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / inictl12 / vendinfo.diz < prev   
VENDINFO  |  1996-09-15  |  15KB  |  298 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.03, produced by VendEdit v1.22, 28-Jan-1996
  7.  
  8. ===== Product Information ==============================
  9.    Product:             IniControls .INI-aware Delphi Components
  10.    Version:             1.25
  11.    Version Date:        28-Jan-1996
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Shareware, subject to distribution restrictions
  15.  
  16.    Product Description: .INI-aware Delphi components, for 
  17.                         configuration programs; includes edit box, 
  18.                         radio button, checkbox, combo box, and string
  19.                         grid. Eliminates tedious coding of 
  20.                         TInifile.ReadString and WriteString calls. 
  21.                         Loading an .ini file takes no code -- it's 
  22.                         automatic. Saving it back again takes one 
  23.                         line of code.
  24.    Reason for version:  Fixes
  25.  
  26.    Category:            Computer programming; Languages; Pascal; OOP 
  27.                         Pascal for Windows (Borland)
  28.    Keywords:            DELPHI COMPONENT INI CONFIG VCL
  29.    Required Packages:   INICTL12
  30.    This Package:        INICTL12
  31.    Registration Fee:    17.50-37.50 (USD)
  32.  
  33.    Required Configuration
  34.       Processor Family: Intel 80x86 (minimum 80386)
  35.       Minimum OS:       MS-DOS 3.0
  36.       Standard RAM:     640K
  37.       Hard Drive Space: 492K
  38.       Required:
  39.          Hard drive
  40.       Req'd Software:   Borland Delphi 1.0 or above
  41.  
  42.    Orders:
  43.       Address:          Prodigy Computing (Pty) Ltd
  44.                         PO Box 2194
  45.                         Cramerview
  46.                         2060
  47.                         South Africa
  48.       Phone:            011-27-11-792-8360
  49.       FAX:              011-27-11-888-2370
  50.       CompuServe:       73770,660
  51.       Internet:         keating@acm.org
  52.  
  53.    Support:
  54.       Address:          Prodigy Computing (Pty) Ltd
  55.                         PO Box 2194
  56.                         Cramerview
  57.                         2060
  58.                         South Africa
  59.       FAX:              011-27-11-888-2370
  60.       CompuServe:       73770,660
  61.       Internet:         keating@acm.org
  62.  
  63.  
  64. ===== Information for Users ("READ-ME") ================
  65.  
  66. This README file gives instructions for installation, and a bare outline
  67. of what IniCtrls does. You will find much fuller details in the helpfile,
  68. INICTRLS.HLP.
  69.  
  70. INTRODUCTING INICONTROLS
  71.  
  72. IniControls is a small set of components for Delphi programmers. The
  73. components are intended primarily for programmers who are writing
  74. configuration programs that store settings and preferences in .ini files
  75. (and, under Windows 95, in the registry).
  76.  
  77. The IniControls components are like Delphi data-aware components. But
  78. instead of linking a control on the screen directly to a field in a
  79. database, these components link the control to an entry in an .ini file.
  80. We call them .ini-aware components.
  81.  
  82. Delphi comes with a TIniFile object that encapsulates the behaviour of
  83. .ini files. But if you have an even moderately complex configuration
  84. program to write, you will find yourself coding large blocks of
  85. ReadString and WriteString method calls. This is easy, but tedious.
  86.  
  87. IniControls lets you snap together components in Designer to build a
  88. configuration program with almost no coding. Loading the controls
  89. from the .ini file takes zero code: it's automatic. You save the new
  90. settings back, or restore installation defaults, with a single line
  91. of code each. IniControls provides a complete set of controls, including
  92. edit box, numeric-only edit box, radio button,checkbox, combobox and
  93. string grid.
  94.  
  95.  
  96. ===== Packing List =====================================
  97.  
  98. As released by the author or publisher, this package contained the
  99. following files in addition to this VENDINFO.DIZ:
  100.  
  101.         Filename      Size     Date       Time     CRC32
  102.       READ_ME.BAT       31  28-Jan-1996  01:25a   6078A6E6
  103.      INICTRLS.DCR    12037  28-Jan-1996  01:25a   0237D33D
  104.      INICTRLS.DCU    68880  28-Jan-1996  01:25a   16C9665F
  105.       ID_MAIN.DFM    73804  28-Jan-1996  01:25a   C05D0EB0
  106.       FILE_ID.DIZ      239  28-Jan-1996  01:25a   AEE659E0
  107.       LICENCE.DOC      412  28-Jan-1996  01:25a   58B0AA35
  108.       INIDEMO.DPR      576  28-Jan-1996  01:25a   5D0921B6
  109.      INICTRLS.HLP    88831  28-Jan-1996  01:25a   0CD1CF86
  110.        PUBLIC.KEY     1023  28-Jan-1996  01:25a   E7520E96
  111.      INICTRLS.KWF    16384  28-Jan-1996  01:25a   0D5E7962
  112.       ID_MAIN.PAS     5717  28-Jan-1996  01:25a   C519FBB7
  113.      INIDEMO1.RES     1099  28-Jan-1996  01:25a   81D6C047
  114.        README.WRI     8448  28-Jan-1996  01:25a   138EB7F7
  115.  
  116.  
  117. ===== Installation =====================================
  118.  
  119. IniControls is a programmer's tool. We assume you already know how to
  120. create directories, unzip files, and so forth. However, this may be the
  121. first time you've installed third-party Delphi components, so we're
  122. including step-by-step instructions for this.
  123.  
  124. INSTALLING INICONTROLS
  125.  
  126. There are two steps to installation: installing the IniControls unit in
  127. the Delphi environment, and installing the helpfile so that it is
  128. accessible to the Delphi context-sensitive search engine.
  129.  
  130. Installing the Components
  131.  
  132. Start Delphi and close any open project. Then select Options | Install
  133. Components | Add | Browse. Set List files of type to Unit file (*.dcu)
  134. and navigate to the directory where you unzipped the IniControls package.
  135. Select inictrls.dcu and press OK. You will then be returned to the main
  136. Install Components dialogue. Press OK.
  137.  
  138. After a noticeable pause, Delphi will return control to you. You will
  139. notice that the component palette has a new tab labelled .INI containing
  140. seven new components. (You can change this arrangement later using
  141. Options | Environment | Palette if you like.)
  142.  
  143. Installing Help
  144.  
  145. You can consult the helpfile, INICTRLS.HLP, without installing it. But
  146. you will not have context-sensitive help inside Designer until you
  147. install the help in the Delphi environment. We have taken a lot of
  148. trouble over the smooth integration of IniControls help with the Delphi
  149. search engine. Please install it.
  150.  
  151. 1. In the IniControls package you will find two files that you need,
  152. INICTRLS.HLP and INICTRLS.KWF. Copy INICTRLS.HLP to \DELPHI\BIN. Copy
  153. INICTRLS.KWF to \DELPHI\HELP.
  154.  
  155. 2. Run HELPINST.EXE: this is supplied as part of the Delphi package.
  156. First select File | Open and open \DELPHI\BIN\DELPHI.HDX. Then select
  157. Keywords | Add keyword file and open \DELPHI\BIN\INICTRLS.KWF. Finally,
  158. select File | Save and exit the program.
  159.  
  160. RUNNING THE DEMO PROGRAM
  161.  
  162. Included in the package is a small demo project, INIDEMO.DPR. This shows
  163. you much of what IniControls can do. It'll take you five minutes to run.
  164.  
  165.  
  166. COPYRIGHT
  167.  
  168. IniControls was written by Paul Keating. The program and its supporting
  169. materials are copyright c 1995 by Prodigy Computing (Pty) Limited, PO Box
  170. 2194, Cramerview 2060, South Africa.
  171.  
  172. ASSOCIATION OF SHAREWARE PROFESSIONALS
  173.  
  174. This program is produced by a member of the Association of Shareware
  175. Professionals (ASP). ASP wants to make sure that the shareware principle
  176. works for you. If you are unable to resolve a shareware-related problem
  177. with an ASP member by contacting the member directly, ASP may be able to
  178. help. The ASP Ombudsman can help you resolve a dispute or problem with an
  179. ASP member, but does not provide technical support for members' products.
  180. Please write to the ASP Ombudsman at 545 Grover Road, Muskegon, MI USA
  181. 49442-9427, Fax 616-788-2765, or send a CompuServe message via CompuServe
  182. Mail to ASP Ombudsman 70007,3536 (Internet: 70007.3536@compuserve.com).
  183.  
  184.  
  185. ===== Warranty =========================================
  186.  
  187. IniControls is mad